Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sign .js release files in addition to .tar.gz files #11

Merged
merged 1 commit into from
Feb 21, 2017

Conversation

Daniel15
Copy link
Member

Out of all the files in the releases (eg. https://github.com/yarnpkg/yarn/releases/tag/v0.20.3), only the tarball and the MSI are signed. The tarball is signed using GPG, and the MSI is signed using an Authenticode certificate. Additionally, the .deb is signed as part of the Debian repo, but the individual file on Github is not signed.

This PR updates the signing code to also sign the standalone .js files, so they can also be verified.

References yarnpkg/yarn#2728
References nodejs/docker-node#243

@Daniel15 Daniel15 merged commit 54f5bb7 into yarnpkg:gh-pages Feb 21, 2017
@Daniel15 Daniel15 deleted the signjs branch February 21, 2017 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant